Html Css Color HEX #96468E Violet Blue

📋 copy color: '#96468E'

red 150 ◦ green 70 ◦ blue 142

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

Shades of Violet Blue #96468E

Tints of Violet Blue #96468E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.34%

 BLUE value IS 142 (55.86% from 255) = 39.23%

R = 41.44%
G = 19.34%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96468E (or 0x96468E) is known color: Violet Blue. HEX triplet: 96, 46 and 8E. RGB value is (150,70,142). Sum of RGB (Red+Green+Blue) = 150+70+142=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #96468E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96468E is #69B971. Grayscale: #656565. Windows color (decimal): -6928754 or 9324182. OLE color: 9324182.

HSL color Cylindrical-coordinate representation of color #96468E: hue angle of 306º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96468E is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 70 142 -
CMYK 0 0.53 0.05 0.41
HSL 306º 0.36% 0.43% -
HSV(B) 306º 0.53% 0.59% -
XYZ 19.65 12.82 27.03 -
YUV 102.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 150 70 142 0 0.53 0.05 0.41 306 0.36 0.43
Hex 96 46 8E 0 35 5 29 132 24 2B
Octal 226 106 216 0 65 5 51 462 44 53
Binary 10010110 1000110 10001110 0 110101 101 101001 100110010 100100 101011

Color Harmonies of #96468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96468E

Black with #96468E

Text Example


Text Example

White with #96468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96468E; }

 p { color: rgb(150,70,142); }

 H1.HeaderClassName
 {
   color: #96468E;
 }
 .AnyTagClassName
 {
   color: #96468E;
 }
</style>

background-color css

<style>
 a { background-color: #96468E; }

 a { background-color: rgb(150,70,142); }

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

border-color css

<style>
 span { border-color: #96468E; }

 span { border-color: rgb(150,70,142); }

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