Html Css Color HEX #96338C Dark Purple

📋 copy color: '#96338C'

red 150 ◦ green 51 ◦ blue 140

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

Shades of Dark Purple #96338C

Tints of Dark Purple #96338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.96%

 BLUE value IS 140 (55.08% from 255) = 41.06%

R = 43.99%
G = 14.96%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96338C (or 0x96338C) is known color: Dark Purple. HEX triplet: 96, 33 and 8C. RGB value is (150,51,140). Sum of RGB (Red+Green+Blue) = 150+51+140=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96338C is #69CC73. Grayscale: #5A5A5A. Windows color (decimal): -6933620 or 9188246. OLE color: 9188246.

HSL color Cylindrical-coordinate representation of color #96338C: hue angle of 306.06º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96338C is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 51 140 -
CMYK 0 0.66 0.07 0.41
HSL 306.06º 0.49% 0.39% -
HSV(B) 306.06º 0.66% 0.59% -
XYZ 18.5 10.75 25.91 -
YUV 90.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 150 51 140 0 0.66 0.07 0.41 306.06 0.49 0.39
Hex 96 33 8C 0 42 7 29 132 31 27
Octal 226 63 214 0 102 7 51 462 61 47
Binary 10010110 110011 10001100 0 1000010 111 101001 100110010 110001 100111

Color Harmonies of #96338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96338C

Black with #96338C

Text Example


Text Example

White with #96338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96338C; }

 p { color: rgb(150,51,140); }

 H1.HeaderClassName
 {
   color: #96338C;
 }
 .AnyTagClassName
 {
   color: #96338C;
 }
</style>

background-color css

<style>
 a { background-color: #96338C; }

 a { background-color: rgb(150,51,140); }

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

border-color css

<style>
 span { border-color: #96338C; }

 span { border-color: rgb(150,51,140); }

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