Html Css Color HEX #96267B Dark Purple

📋 copy color: '#96267B'

red 150 ◦ green 38 ◦ blue 123

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

Shades of Dark Purple #96267B

Tints of Dark Purple #96267B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.22%

 BLUE value IS 123 (48.44% from 255) = 39.55%

R = 48.23%
G = 12.22%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96267B (or 0x96267B) is known color: Dark Purple. HEX triplet: 96, 26 and 7B. RGB value is (150,38,123). Sum of RGB (Red+Green+Blue) = 150+38+123=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96267B is #69D984. Grayscale: #505050. Windows color (decimal): -6936965 or 8070806. OLE color: 8070806.

HSL color Cylindrical-coordinate representation of color #96267B: hue angle of 314.46º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96267B is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 38 123 -
CMYK 0 0.75 0.18 0.41
HSL 314.46º 0.6% 0.37% -
HSV(B) 314.46º 0.75% 0.59% -
XYZ 16.85 9.3 19.65 -
YUV 81.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 150 38 123 0 0.75 0.18 0.41 314.46 0.6 0.37
Hex 96 26 7B 0 4B 12 29 13A 3C 25
Octal 226 46 173 0 113 22 51 472 74 45
Binary 10010110 100110 1111011 0 1001011 10010 101001 100111010 111100 100101

Color Harmonies of #96267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96267B

Black with #96267B

Text Example


Text Example

White with #96267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96267B; }

 p { color: rgb(150,38,123); }

 H1.HeaderClassName
 {
   color: #96267B;
 }
 .AnyTagClassName
 {
   color: #96267B;
 }
</style>

background-color css

<style>
 a { background-color: #96267B; }

 a { background-color: rgb(150,38,123); }

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

border-color css

<style>
 span { border-color: #96267B; }

 span { border-color: rgb(150,38,123); }

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