Html Css Color HEX #9619BC Dark Orchid

📋 copy color: '#9619BC'

red 150 ◦ green 25 ◦ blue 188

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

Shades of Dark Orchid #9619BC

Tints of Dark Orchid #9619BC

RGB

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

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

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

R = 41.32%
G = 6.89%
B = 51.79%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9619BC (or 0x9619BC) is known color: Dark Orchid. HEX triplet: 96, 19 and BC. RGB value is (150,25,188). Sum of RGB (Red+Green+Blue) = 150+25+188=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #9619BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9619BC is #69E643. Grayscale: #505050. Windows color (decimal): -6940228 or 12327318. OLE color: 12327318.

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

Color convert

RGB 150 25 188 -
CMYK 0.20 0.87 0 0.26
HSL 286.01º 0.77% 0.42% -
HSV(B) 286.01º 0.87% 0.74% -
XYZ 22 10.81 48.5 -
YUV 80.96 188.41 177.25 -
System Red Green Blue C M Y K H S L
Decimal 150 25 188 0.20 0.87 0 0.26 286.01 0.77 0.42
Hex 96 19 BC 14 57 0 1A 11E 4D 2A
Octal 226 31 274 24 127 0 32 436 115 52
Binary 10010110 11001 10111100 10100 1010111 0 11010 100011110 1001101 101010

Color Harmonies of #9619BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9619BC

Black with #9619BC

Text Example


Text Example

White with #9619BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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