Html Css Color HEX #9610DF Dark Violet

📋 copy color: '#9610DF'

red 150 ◦ green 16 ◦ blue 223

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

Shades of Dark Violet #9610DF

Tints of Dark Violet #9610DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.33%

R = 38.56%
G = 4.11%
B = 57.33%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9610DF (or 0x9610DF) is known color: Dark Violet. HEX triplet: 96, 10 and DF. RGB value is (150,16,223). Sum of RGB (Red+Green+Blue) = 150+16+223=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #9610DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9610DF is #69EF20. Grayscale: #4E4E4E. Windows color (decimal): -6942497 or 14618774. OLE color: 14618774.

HSL color Cylindrical-coordinate representation of color #9610DF: hue angle of 278.84º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9610DF is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 16 223 -
CMYK 0.33 0.93 0 0.13
HSL 278.84º 0.87% 0.47% -
HSV(B) 278.84º 0.93% 0.87% -
XYZ 26.08 12.18 70.79 -
YUV 79.66 208.89 178.17 -
System Red Green Blue C M Y K H S L
Decimal 150 16 223 0.33 0.93 0 0.13 278.84 0.87 0.47
Hex 96 10 DF 21 5D 0 D 117 57 2F
Octal 226 20 337 41 135 0 15 427 127 57
Binary 10010110 10000 11011111 100001 1011101 0 1101 100010111 1010111 101111

Color Harmonies of #9610DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9610DF

Black with #9610DF

Text Example


Text Example

White with #9610DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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