Html Css Color HEX #9719CE Dark Orchid

📋 copy color: '#9719CE'

red 151 ◦ green 25 ◦ blue 206

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

Shades of Dark Orchid #9719CE

Tints of Dark Orchid #9719CE

RGB

 RED value IS 151 (59.38% from 255) = 39.53%

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

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 39.53%
G = 6.54%
B = 53.93%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9719CE (or 0x9719CE) is known color: Dark Orchid. HEX triplet: 97, 19 and CE. RGB value is (151,25,206). Sum of RGB (Red+Green+Blue) = 151+25+206=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #9719CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9719CE is #68E631. Grayscale: #525252. Windows color (decimal): -6874674 or 13506967. OLE color: 13506967.

HSL color Cylindrical-coordinate representation of color #9719CE: hue angle of 281.77º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9719CE is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 25 206 -
CMYK 0.27 0.88 0 0.19
HSL 281.77º 0.78% 0.45% -
HSV(B) 281.77º 0.88% 0.81% -
XYZ 24.25 11.73 59.38 -
YUV 83.31 197.24 176.28 -
System Red Green Blue C M Y K H S L
Decimal 151 25 206 0.27 0.88 0 0.19 281.77 0.78 0.45
Hex 97 19 CE 1B 58 0 13 11A 4E 2D
Octal 227 31 316 33 130 0 23 432 116 55
Binary 10010111 11001 11001110 11011 1011000 0 10011 100011010 1001110 101101

Color Harmonies of #9719CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9719CE

Black with #9719CE

Text Example


Text Example

White with #9719CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9719CE; }

 p { color: rgb(151,25,206); }

 H1.HeaderClassName
 {
   color: #9719CE;
 }
 .AnyTagClassName
 {
   color: #9719CE;
 }
</style>

background-color css

<style>
 a { background-color: #9719CE; }

 a { background-color: rgb(151,25,206); }

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

border-color css

<style>
 span { border-color: #9719CE; }

 span { border-color: rgb(151,25,206); }

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