Html Css Color HEX #9617BD Dark Orchid

📋 copy color: '#9617BD'

red 150 ◦ green 23 ◦ blue 189

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

Shades of Dark Orchid #9617BD

Tints of Dark Orchid #9617BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.21%

R = 41.44%
G = 6.35%
B = 52.21%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9617BD (or 0x9617BD) is known color: Dark Orchid. HEX triplet: 96, 17 and BD. RGB value is (150,23,189). Sum of RGB (Red+Green+Blue) = 150+23+189=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #9617BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9617BD is #69E842. Grayscale: #4F4F4F. Windows color (decimal): -6940739 or 12392342. OLE color: 12392342.

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

Color convert

RGB 150 23 189 -
CMYK 0.21 0.88 0 0.26
HSL 285.9º 0.78% 0.42% -
HSV(B) 285.9º 0.88% 0.74% -
XYZ 22.07 10.77 49.06 -
YUV 79.9 189.58 178 -
System Red Green Blue C M Y K H S L
Decimal 150 23 189 0.21 0.88 0 0.26 285.9 0.78 0.42
Hex 96 17 BD 15 58 0 1A 11E 4E 2A
Octal 226 27 275 25 130 0 32 436 116 52
Binary 10010110 10111 10111101 10101 1011000 0 11010 100011110 1001110 101010

Color Harmonies of #9617BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9617BD

Black with #9617BD

Text Example


Text Example

White with #9617BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9617BD; }

 p { color: rgb(150,23,189); }

 H1.HeaderClassName
 {
   color: #9617BD;
 }
 .AnyTagClassName
 {
   color: #9617BD;
 }
</style>

background-color css

<style>
 a { background-color: #9617BD; }

 a { background-color: rgb(150,23,189); }

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

border-color css

<style>
 span { border-color: #9617BD; }

 span { border-color: rgb(150,23,189); }

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