Html Css Color HEX #9B17BC Dark Orchid

📋 copy color: '#9B17BC'

red 155 ◦ green 23 ◦ blue 188

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

Shades of Dark Orchid #9B17BC

Tints of Dark Orchid #9B17BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 42.35%
G = 6.28%
B = 51.37%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B17BC (or 0x9B17BC) is known color: Dark Orchid. HEX triplet: 9B, 17 and BC. RGB value is (155,23,188). Sum of RGB (Red+Green+Blue) = 155+23+188=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B17BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B17BC is #64E843. Grayscale: #505050. Windows color (decimal): -6613060 or 12326811. OLE color: 12326811.

HSL color Cylindrical-coordinate representation of color #9B17BC: hue angle of 288º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B17BC is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 23 188 -
CMYK 0.18 0.88 0 0.26
HSL 288º 0.78% 0.41% -
HSV(B) 288º 0.88% 0.74% -
XYZ 22.9 11.21 48.53 -
YUV 81.28 188.23 180.58 -
System Red Green Blue C M Y K H S L
Decimal 155 23 188 0.18 0.88 0 0.26 288 0.78 0.41
Hex 9B 17 BC 12 58 0 1A 120 4E 29
Octal 233 27 274 22 130 0 32 440 116 51
Binary 10011011 10111 10111100 10010 1011000 0 11010 100100000 1001110 101001

Color Harmonies of #9B17BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B17BC

Black with #9B17BC

Text Example


Text Example

White with #9B17BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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