Html Css Color HEX #960BCF Dark Violet

📋 copy color: '#960BCF'

red 150 ◦ green 11 ◦ blue 207

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

Shades of Dark Violet #960BCF

Tints of Dark Violet #960BCF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.99%

 BLUE value IS 207 (81.25% from 255) = 56.25%

R = 40.76%
G = 2.99%
B = 56.25%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#960BCF (or 0x960BCF) is known color: Dark Violet. HEX triplet: 96, 0B and CF. RGB value is (150,11,207). Sum of RGB (Red+Green+Blue) = 150+11+207=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #960BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960BCF is #69F430. Grayscale: #4A4A4A. Windows color (decimal): -6943793 or 13568918. OLE color: 13568918.

HSL color Cylindrical-coordinate representation of color #960BCF: hue angle of 282.55º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960BCF is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 11 207 -
CMYK 0.28 0.95 0 0.19
HSL 282.55º 0.9% 0.43% -
HSV(B) 282.55º 0.95% 0.81% -
XYZ 23.96 11.23 59.94 -
YUV 74.91 202.55 181.56 -
System Red Green Blue C M Y K H S L
Decimal 150 11 207 0.28 0.95 0 0.19 282.55 0.9 0.43
Hex 96 B CF 1C 5F 0 13 11B 5A 2B
Octal 226 13 317 34 137 0 23 433 132 53
Binary 10010110 1011 11001111 11100 1011111 0 10011 100011011 1011010 101011

Color Harmonies of #960BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BCF

Black with #960BCF

Text Example


Text Example

White with #960BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,11,207); }

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

background-color css

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

 a { background-color: rgb(150,11,207); }

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

border-color css

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

 span { border-color: rgb(150,11,207); }

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