Html Css Color HEX #960ACB Dark Violet

📋 copy color: '#960ACB'

red 150 ◦ green 10 ◦ blue 203

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

Shades of Dark Violet #960ACB

Tints of Dark Violet #960ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.75%

 BLUE value IS 203 (79.69% from 255) = 55.92%

R = 41.32%
G = 2.75%
B = 55.92%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#960ACB (or 0x960ACB) is known color: Dark Violet. HEX triplet: 96, 0A and CB. RGB value is (150,10,203). Sum of RGB (Red+Green+Blue) = 150+10+203=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #960ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960ACB is #69F534. Grayscale: #494949. Windows color (decimal): -6944053 or 13306518. OLE color: 13306518.

HSL color Cylindrical-coordinate representation of color #960ACB: hue angle of 283.52º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960ACB is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 10 203 -
CMYK 0.26 0.95 0 0.20
HSL 283.52º 0.91% 0.42% -
HSV(B) 283.52º 0.95% 0.8% -
XYZ 23.47 11.01 57.39 -
YUV 73.86 200.88 182.31 -
System Red Green Blue C M Y K H S L
Decimal 150 10 203 0.26 0.95 0 0.20 283.52 0.91 0.42
Hex 96 A CB 1A 5F 0 14 11C 5B 2A
Octal 226 12 313 32 137 0 24 434 133 52
Binary 10010110 1010 11001011 11010 1011111 0 10100 100011100 1011011 101010

Color Harmonies of #960ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960ACB

Black with #960ACB

Text Example


Text Example

White with #960ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960ACB; }

 p { color: rgb(150,10,203); }

 H1.HeaderClassName
 {
   color: #960ACB;
 }
 .AnyTagClassName
 {
   color: #960ACB;
 }
</style>

background-color css

<style>
 a { background-color: #960ACB; }

 a { background-color: rgb(150,10,203); }

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

border-color css

<style>
 span { border-color: #960ACB; }

 span { border-color: rgb(150,10,203); }

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