Html Css Color HEX #9615CE Dark Violet

📋 copy color: '#9615CE'

red 150 ◦ green 21 ◦ blue 206

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

Shades of Dark Violet #9615CE

Tints of Dark Violet #9615CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.57%

 BLUE value IS 206 (80.86% from 255) = 54.64%

R = 39.79%
G = 5.57%
B = 54.64%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9615CE (or 0x9615CE) is known color: Dark Violet. HEX triplet: 96, 15 and CE. RGB value is (150,21,206). Sum of RGB (Red+Green+Blue) = 150+21+206=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #9615CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9615CE is #69EA31. Grayscale: #505050. Windows color (decimal): -6941234 or 13505942. OLE color: 13505942.

HSL color Cylindrical-coordinate representation of color #9615CE: hue angle of 281.84º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9615CE is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 21 206 -
CMYK 0.27 0.90 0 0.19
HSL 281.84º 0.81% 0.45% -
HSV(B) 281.84º 0.9% 0.81% -
XYZ 23.99 11.48 59.34 -
YUV 80.66 198.74 177.46 -
System Red Green Blue C M Y K H S L
Decimal 150 21 206 0.27 0.90 0 0.19 281.84 0.81 0.45
Hex 96 15 CE 1B 5A 0 13 11A 51 2D
Octal 226 25 316 33 132 0 23 432 121 55
Binary 10010110 10101 11001110 11011 1011010 0 10011 100011010 1010001 101101

Color Harmonies of #9615CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9615CE

Black with #9615CE

Text Example


Text Example

White with #9615CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9615CE; }

 p { color: rgb(150,21,206); }

 H1.HeaderClassName
 {
   color: #9615CE;
 }
 .AnyTagClassName
 {
   color: #9615CE;
 }
</style>

background-color css

<style>
 a { background-color: #9615CE; }

 a { background-color: rgb(150,21,206); }

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

border-color css

<style>
 span { border-color: #9615CE; }

 span { border-color: rgb(150,21,206); }

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