Html Css Color HEX #96508B Violet Blue

📋 copy color: '#96508B'

red 150 ◦ green 80 ◦ blue 139

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

Shades of Violet Blue #96508B

Tints of Violet Blue #96508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.68%

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 40.65%
G = 21.68%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96508B (or 0x96508B) is known color: Violet Blue. HEX triplet: 96, 50 and 8B. RGB value is (150,80,139). Sum of RGB (Red+Green+Blue) = 150+80+139=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #96508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96508B is #69AF74. Grayscale: #6B6B6B. Windows color (decimal): -6926197 or 9130134. OLE color: 9130134.

HSL color Cylindrical-coordinate representation of color #96508B: hue angle of 309.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96508B is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 80 139 -
CMYK 0 0.47 0.07 0.41
HSL 309.43º 0.3% 0.45% -
HSV(B) 309.43º 0.47% 0.59% -
XYZ 20.11 14.09 26.09 -
YUV 107.66 145.69 158.2 -
System Red Green Blue C M Y K H S L
Decimal 150 80 139 0 0.47 0.07 0.41 309.43 0.3 0.45
Hex 96 50 8B 0 2F 7 29 135 1E 2D
Octal 226 120 213 0 57 7 51 465 36 55
Binary 10010110 1010000 10001011 0 101111 111 101001 100110101 11110 101101

Color Harmonies of #96508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96508B

Black with #96508B

Text Example


Text Example

White with #96508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,80,139); }

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

background-color css

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

 a { background-color: rgb(150,80,139); }

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

border-color css

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

 span { border-color: rgb(150,80,139); }

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