Html Css Color HEX #960AED Dark Violet

📋 copy color: '#960AED'

red 150 ◦ green 10 ◦ blue 237

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

Shades of Dark Violet #960AED

Tints of Dark Violet #960AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.7%

R = 37.78%
G = 2.52%
B = 59.7%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#960AED (or 0x960AED) is known color: Dark Violet. HEX triplet: 96, 0A and ED. RGB value is (150,10,237). Sum of RGB (Red+Green+Blue) = 150+10+237=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #960AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960AED is #69F512. Grayscale: #4C4C4C. Windows color (decimal): -6944019 or 15534742. OLE color: 15534742.

HSL color Cylindrical-coordinate representation of color #960AED: hue angle of 277º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #960AED is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 10 237 -
CMYK 0.37 0.96 0 0.07
HSL 277º 0.92% 0.48% -
HSV(B) 277º 0.96% 0.93% -
XYZ 27.97 12.82 81.12 -
YUV 77.74 217.88 179.54 -
System Red Green Blue C M Y K H S L
Decimal 150 10 237 0.37 0.96 0 0.07 277 0.92 0.48
Hex 96 A ED 25 60 0 7 115 5C 30
Octal 226 12 355 45 140 0 7 425 134 60
Binary 10010110 1010 11101101 100101 1100000 0 111 100010101 1011100 110000

Color Harmonies of #960AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960AED

Black with #960AED

Text Example


Text Example

White with #960AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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