Html Css Color HEX #9619B9 Dark Orchid

📋 copy color: '#9619B9'

red 150 ◦ green 25 ◦ blue 185

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

Shades of Dark Orchid #9619B9

Tints of Dark Orchid #9619B9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.94%

 BLUE value IS 185 (72.66% from 255) = 51.39%

R = 41.67%
G = 6.94%
B = 51.39%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9619B9 (or 0x9619B9) is known color: Dark Orchid. HEX triplet: 96, 19 and B9. RGB value is (150,25,185). Sum of RGB (Red+Green+Blue) = 150+25+185=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #9619B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9619B9 is #69E646. Grayscale: #505050. Windows color (decimal): -6940231 or 12130710. OLE color: 12130710.

HSL color Cylindrical-coordinate representation of color #9619B9: hue angle of 286.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9619B9 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 25 185 -
CMYK 0.19 0.86 0 0.27
HSL 286.88º 0.76% 0.41% -
HSV(B) 286.88º 0.86% 0.73% -
XYZ 21.68 10.68 46.82 -
YUV 80.62 186.91 177.49 -
System Red Green Blue C M Y K H S L
Decimal 150 25 185 0.19 0.86 0 0.27 286.88 0.76 0.41
Hex 96 19 B9 13 56 0 1B 11F 4C 29
Octal 226 31 271 23 126 0 33 437 114 51
Binary 10010110 11001 10111001 10011 1010110 0 11011 100011111 1001100 101001

Color Harmonies of #9619B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9619B9

Black with #9619B9

Text Example


Text Example

White with #9619B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9619B9; }

 p { color: rgb(150,25,185); }

 H1.HeaderClassName
 {
   color: #9619B9;
 }
 .AnyTagClassName
 {
   color: #9619B9;
 }
</style>

background-color css

<style>
 a { background-color: #9619B9; }

 a { background-color: rgb(150,25,185); }

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

border-color css

<style>
 span { border-color: #9619B9; }

 span { border-color: rgb(150,25,185); }

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