Html Css Color HEX #9610BE Dark Violet

📋 copy color: '#9610BE'

red 150 ◦ green 16 ◦ blue 190

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

Shades of Dark Violet #9610BE

Tints of Dark Violet #9610BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.37%

R = 42.13%
G = 4.49%
B = 53.37%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9610BE (or 0x9610BE) is known color: Dark Violet. HEX triplet: 96, 10 and BE. RGB value is (150,16,190). Sum of RGB (Red+Green+Blue) = 150+16+190=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #9610BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9610BE is #69EF41. Grayscale: #4B4B4B. Windows color (decimal): -6942530 or 12456086. OLE color: 12456086.

HSL color Cylindrical-coordinate representation of color #9610BE: hue angle of 286.21º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9610BE is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 16 190 -
CMYK 0.21 0.92 0 0.25
HSL 286.21º 0.84% 0.4% -
HSV(B) 286.21º 0.92% 0.75% -
XYZ 22.06 10.57 49.59 -
YUV 75.9 192.39 180.85 -
System Red Green Blue C M Y K H S L
Decimal 150 16 190 0.21 0.92 0 0.25 286.21 0.84 0.4
Hex 96 10 BE 15 5C 0 19 11E 54 28
Octal 226 20 276 25 134 0 31 436 124 50
Binary 10010110 10000 10111110 10101 1011100 0 11001 100011110 1010100 101000

Color Harmonies of #9610BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9610BE

Black with #9610BE

Text Example


Text Example

White with #9610BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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