Html Css Color HEX #9610EB Dark Violet

📋 copy color: '#9610EB'

red 150 ◦ green 16 ◦ blue 235

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

Shades of Dark Violet #9610EB

Tints of Dark Violet #9610EB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.99%

 BLUE value IS 235 (92.19% from 255) = 58.6%

R = 37.41%
G = 3.99%
B = 58.6%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9610EB (or 0x9610EB) is known color: Dark Violet. HEX triplet: 96, 10 and EB. RGB value is (150,16,235). Sum of RGB (Red+Green+Blue) = 150+16+235=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #9610EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9610EB is #69EF14. Grayscale: #505050. Windows color (decimal): -6942485 or 15405206. OLE color: 15405206.

HSL color Cylindrical-coordinate representation of color #9610EB: hue angle of 276.71º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9610EB is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 16 235 -
CMYK 0.36 0.93 0 0.08
HSL 276.71º 0.87% 0.49% -
HSV(B) 276.71º 0.93% 0.92% -
XYZ 27.76 12.85 79.62 -
YUV 81.03 214.89 177.19 -
System Red Green Blue C M Y K H S L
Decimal 150 16 235 0.36 0.93 0 0.08 276.71 0.87 0.49
Hex 96 10 EB 24 5D 0 8 115 57 31
Octal 226 20 353 44 135 0 10 425 127 61
Binary 10010110 10000 11101011 100100 1011101 0 1000 100010101 1010111 110001

Color Harmonies of #9610EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9610EB

Black with #9610EB

Text Example


Text Example

White with #9610EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9610EB; }

 p { color: rgb(150,16,235); }

 H1.HeaderClassName
 {
   color: #9610EB;
 }
 .AnyTagClassName
 {
   color: #9610EB;
 }
</style>

background-color css

<style>
 a { background-color: #9610EB; }

 a { background-color: rgb(150,16,235); }

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

border-color css

<style>
 span { border-color: #9610EB; }

 span { border-color: rgb(150,16,235); }

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