Html Css Color HEX #9619BF Dark Orchid

📋 copy color: '#9619BF'

red 150 ◦ green 25 ◦ blue 191

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

Shades of Dark Orchid #9619BF

Tints of Dark Orchid #9619BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.19%

R = 40.98%
G = 6.83%
B = 52.19%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9619BF (or 0x9619BF) is known color: Dark Orchid. HEX triplet: 96, 19 and BF. RGB value is (150,25,191). Sum of RGB (Red+Green+Blue) = 150+25+191=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #9619BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9619BF is #69E640. Grayscale: #505050. Windows color (decimal): -6940225 or 12523926. OLE color: 12523926.

HSL color Cylindrical-coordinate representation of color #9619BF: hue angle of 285.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9619BF is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 25 191 -
CMYK 0.21 0.87 0 0.25
HSL 285.18º 0.77% 0.42% -
HSV(B) 285.18º 0.87% 0.75% -
XYZ 22.33 10.94 50.23 -
YUV 81.3 189.91 177 -
System Red Green Blue C M Y K H S L
Decimal 150 25 191 0.21 0.87 0 0.25 285.18 0.77 0.42
Hex 96 19 BF 15 57 0 19 11D 4D 2A
Octal 226 31 277 25 127 0 31 435 115 52
Binary 10010110 11001 10111111 10101 1010111 0 11001 100011101 1001101 101010

Color Harmonies of #9619BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9619BF

Black with #9619BF

Text Example


Text Example

White with #9619BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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