Html Css Color HEX #96669D Violet Blue

📋 copy color: '#96669D'

red 150 ◦ green 102 ◦ blue 157

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

Shades of Violet Blue #96669D

Tints of Violet Blue #96669D

RGB

 RED value IS 150 (58.98% from 255) = 36.67%

 GREEN value IS 102 (40.23% from 255) = 24.94%

 BLUE value IS 157 (61.72% from 255) = 38.39%

R = 36.67%
G = 24.94%
B = 38.39%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96669D (or 0x96669D) is known color: Violet Blue. HEX triplet: 96, 66 and 9D. RGB value is (150,102,157). Sum of RGB (Red+Green+Blue) = 150+102+157=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #96669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96669D is #699962. Grayscale: #7A7A7A. Windows color (decimal): -6920547 or 10315414. OLE color: 10315414.

HSL color Cylindrical-coordinate representation of color #96669D: hue angle of 292.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96669D is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 102 157 -
CMYK 0.04 0.35 0 0.38
HSL 292.36º 0.22% 0.51% -
HSV(B) 292.36º 0.35% 0.62% -
XYZ 23.41 18.42 34.22 -
YUV 122.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 150 102 157 0.04 0.35 0 0.38 292.36 0.22 0.51
Hex 96 66 9D 4 23 0 26 124 16 33
Octal 226 146 235 4 43 0 46 444 26 63
Binary 10010110 1100110 10011101 100 100011 0 100110 100100100 10110 110011

Color Harmonies of #96669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96669D

Black with #96669D

Text Example


Text Example

White with #96669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96669D; }

 p { color: rgb(150,102,157); }

 H1.HeaderClassName
 {
   color: #96669D;
 }
 .AnyTagClassName
 {
   color: #96669D;
 }
</style>

background-color css

<style>
 a { background-color: #96669D; }

 a { background-color: rgb(150,102,157); }

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

border-color css

<style>
 span { border-color: #96669D; }

 span { border-color: rgb(150,102,157); }

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