Html Css Color HEX #9D68A6 Violet Blue

📋 copy color: '#9D68A6'

red 157 ◦ green 104 ◦ blue 166

#9D68A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #9D68A6

Tints of Violet Blue #9D68A6

RGB

 RED value IS 157 (61.72% from 255) = 36.77%

 GREEN value IS 104 (41.02% from 255) = 24.36%

 BLUE value IS 166 (65.23% from 255) = 38.88%

R = 36.77%
G = 24.36%
B = 38.88%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9D68A6 (or 0x9D68A6) is known color: Violet Blue. HEX triplet: 9D, 68 and A6. RGB value is (157,104,166). Sum of RGB (Red+Green+Blue) = 157+104+166=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 166 - color contains mainly: blue. Hex color #9D68A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D68A6 is #629759. Grayscale: #7E7E7E. Windows color (decimal): -6461274 or 10905757. OLE color: 10905757.

HSL color Cylindrical-coordinate representation of color #9D68A6: hue angle of 291.29º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D68A6 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 157 104 166 -
CMYK 0.05 0.37 0 0.35
HSL 291.29º 0.26% 0.53% -
HSV(B) 291.29º 0.37% 0.65% -
XYZ 25.74 19.82 38.55 -
YUV 126.92 150.06 149.46 -
System Red Green Blue C M Y K H S L
Decimal 157 104 166 0.05 0.37 0 0.35 291.29 0.26 0.53
Hex 9D 68 A6 5 25 0 23 123 1A 35
Octal 235 150 246 5 45 0 43 443 32 65
Binary 10011101 1101000 10100110 101 100101 0 100011 100100011 11010 110101

Color Harmonies of #9D68A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D68A6

Black with #9D68A6

Text Example


Text Example

White with #9D68A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D68A6; }

 p { color: rgb(157,104,166); }

 H1.HeaderClassName
 {
   color: #9D68A6;
 }
 .AnyTagClassName
 {
   color: #9D68A6;
 }
</style>

background-color css

<style>
 a { background-color: #9D68A6; }

 a { background-color: rgb(157,104,166); }

 div.DivClassName
 {
   background-color: #9D68A6;
 }
 .BgClassName
 {
   background-color: #9D68A6;
 }
</style>

border-color css

<style>
 span { border-color: #9D68A6; }

 span { border-color: rgb(157,104,166); }

 td.TdClassName
 {
   border-color: #9D68A6;
 }
 .TagClassName
 {
   border-color: #9D68A6;
 }
</style>