Html Css Color HEX #9B17E0 Dark Violet

📋 copy color: '#9B17E0'

red 155 ◦ green 23 ◦ blue 224

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

Shades of Dark Violet #9B17E0

Tints of Dark Violet #9B17E0

RGB

 RED value IS 155 (60.94% from 255) = 38.56%

 GREEN value IS 23 (9.38% from 255) = 5.72%

 BLUE value IS 224 (87.89% from 255) = 55.72%

R = 38.56%
G = 5.72%
B = 55.72%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9B17E0 (or 0x9B17E0) is known color: Dark Violet. HEX triplet: 9B, 17 and E0. RGB value is (155,23,224). Sum of RGB (Red+Green+Blue) = 155+23+224=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #9B17E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B17E0 is #64E81F. Grayscale: #545454. Windows color (decimal): -6613024 or 14686107. OLE color: 14686107.

HSL color Cylindrical-coordinate representation of color #9B17E0: hue angle of 279.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B17E0 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 23 224 -
CMYK 0.31 0.90 0 0.12
HSL 279.4º 0.81% 0.48% -
HSV(B) 279.4º 0.9% 0.88% -
XYZ 27.28 12.96 71.59 -
YUV 85.38 206.23 177.66 -
System Red Green Blue C M Y K H S L
Decimal 155 23 224 0.31 0.90 0 0.12 279.4 0.81 0.48
Hex 9B 17 E0 1F 5A 0 C 117 51 30
Octal 233 27 340 37 132 0 14 427 121 60
Binary 10011011 10111 11100000 11111 1011010 0 1100 100010111 1010001 110000

Color Harmonies of #9B17E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B17E0

Black with #9B17E0

Text Example


Text Example

White with #9B17E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B17E0; }

 p { color: rgb(155,23,224); }

 H1.HeaderClassName
 {
   color: #9B17E0;
 }
 .AnyTagClassName
 {
   color: #9B17E0;
 }
</style>

background-color css

<style>
 a { background-color: #9B17E0; }

 a { background-color: rgb(155,23,224); }

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

border-color css

<style>
 span { border-color: #9B17E0; }

 span { border-color: rgb(155,23,224); }

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