Html Css Color HEX #9619BA Dark Orchid

📋 copy color: '#9619BA'

red 150 ◦ green 25 ◦ blue 186

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

Shades of Dark Orchid #9619BA

Tints of Dark Orchid #9619BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 41.55%
G = 6.93%
B = 51.52%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9619BA (or 0x9619BA) is known color: Dark Orchid. HEX triplet: 96, 19 and BA. RGB value is (150,25,186). Sum of RGB (Red+Green+Blue) = 150+25+186=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #9619BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9619BA is #69E645. Grayscale: #505050. Windows color (decimal): -6940230 or 12196246. OLE color: 12196246.

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

Color convert

RGB 150 25 186 -
CMYK 0.19 0.87 0 0.27
HSL 286.58º 0.76% 0.41% -
HSV(B) 286.58º 0.87% 0.73% -
XYZ 21.79 10.72 47.38 -
YUV 80.73 187.41 177.41 -
System Red Green Blue C M Y K H S L
Decimal 150 25 186 0.19 0.87 0 0.27 286.58 0.76 0.41
Hex 96 19 BA 13 57 0 1B 11F 4C 29
Octal 226 31 272 23 127 0 33 437 114 51
Binary 10010110 11001 10111010 10011 1010111 0 11011 100011111 1001100 101001

Color Harmonies of #9619BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9619BA

Black with #9619BA

Text Example


Text Example

White with #9619BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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