Html Css Color HEX #960ACF Dark Violet

📋 copy color: '#960ACF'

red 150 ◦ green 10 ◦ blue 207

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

Shades of Dark Violet #960ACF

Tints of Dark Violet #960ACF

RGB

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

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

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

R = 40.87%
G = 2.72%
B = 56.4%

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

#960ACF (or 0x960ACF) is known color: Dark Violet. HEX triplet: 96, 0A and CF. RGB value is (150,10,207). Sum of RGB (Red+Green+Blue) = 150+10+207=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #960ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960ACF is #69F530. Grayscale: #494949. Windows color (decimal): -6944049 or 13568662. OLE color: 13568662.

HSL color Cylindrical-coordinate representation of color #960ACF: hue angle of 282.64º degrees, saturation: 0.91, 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 #960ACF is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 10 207 -
CMYK 0.28 0.95 0 0.19
HSL 282.64º 0.91% 0.43% -
HSV(B) 282.64º 0.95% 0.81% -
XYZ 23.95 11.21 59.93 -
YUV 74.32 202.88 181.98 -
System Red Green Blue C M Y K H S L
Decimal 150 10 207 0.28 0.95 0 0.19 282.64 0.91 0.43
Hex 96 A CF 1C 5F 0 13 11B 5B 2B
Octal 226 12 317 34 137 0 23 433 133 53
Binary 10010110 1010 11001111 11100 1011111 0 10011 100011011 1011011 101011

Color Harmonies of #960ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960ACF

Black with #960ACF

Text Example


Text Example

White with #960ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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