Html Css Color HEX #960CE7 Dark Violet

📋 copy color: '#960CE7'

red 150 ◦ green 12 ◦ blue 231

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

Shades of Dark Violet #960CE7

Tints of Dark Violet #960CE7

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.05%

 BLUE value IS 231 (90.63% from 255) = 58.78%

R = 38.17%
G = 3.05%
B = 58.78%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#960CE7 (or 0x960CE7) is known color: Dark Violet. HEX triplet: 96, 0C and E7. RGB value is (150,12,231). Sum of RGB (Red+Green+Blue) = 150+12+231=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 231 (90.62% from 255 or 58.78% from 393); Max value from RGB is 231 - color contains mainly: blue. Hex color #960CE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960CE7 is #69F318. Grayscale: #4D4D4D. Windows color (decimal): -6943513 or 15142038. OLE color: 15142038.

HSL color Cylindrical-coordinate representation of color #960CE7: hue angle of 277.81º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960CE7 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 12 231 -
CMYK 0.35 0.95 0 0.09
HSL 277.81º 0.9% 0.48% -
HSV(B) 277.81º 0.95% 0.91% -
XYZ 27.13 12.52 76.59 -
YUV 78.23 214.22 179.19 -
System Red Green Blue C M Y K H S L
Decimal 150 12 231 0.35 0.95 0 0.09 277.81 0.9 0.48
Hex 96 C E7 23 5F 0 9 116 5A 30
Octal 226 14 347 43 137 0 11 426 132 60
Binary 10010110 1100 11100111 100011 1011111 0 1001 100010110 1011010 110000

Color Harmonies of #960CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960CE7

Black with #960CE7

Text Example


Text Example

White with #960CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,12,231); }

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

background-color css

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

 a { background-color: rgb(150,12,231); }

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

border-color css

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

 span { border-color: rgb(150,12,231); }

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