Html Css Color HEX #96508D Violet Blue

📋 copy color: '#96508D'

red 150 ◦ green 80 ◦ blue 141

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

Shades of Violet Blue #96508D

Tints of Violet Blue #96508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.01%

R = 40.43%
G = 21.56%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96508D (or 0x96508D) is known color: Violet Blue. HEX triplet: 96, 50 and 8D. RGB value is (150,80,141). Sum of RGB (Red+Green+Blue) = 150+80+141=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #96508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96508D is #69AF72. Grayscale: #6B6B6B. Windows color (decimal): -6926195 or 9261206. OLE color: 9261206.

HSL color Cylindrical-coordinate representation of color #96508D: hue angle of 307.71º 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 #96508D is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 80 141 -
CMYK 0 0.47 0.06 0.41
HSL 307.71º 0.3% 0.45% -
HSV(B) 307.71º 0.47% 0.59% -
XYZ 20.25 14.14 26.86 -
YUV 107.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 150 80 141 0 0.47 0.06 0.41 307.71 0.3 0.45
Hex 96 50 8D 0 2F 6 29 134 1E 2D
Octal 226 120 215 0 57 6 51 464 36 55
Binary 10010110 1010000 10001101 0 101111 110 101001 100110100 11110 101101

Color Harmonies of #96508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96508D

Black with #96508D

Text Example


Text Example

White with #96508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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