Html Css Color HEX #9719CC Dark Orchid

📋 copy color: '#9719CC'

red 151 ◦ green 25 ◦ blue 204

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

Shades of Dark Orchid #9719CC

Tints of Dark Orchid #9719CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.68%

R = 39.74%
G = 6.58%
B = 53.68%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9719CC (or 0x9719CC) is known color: Dark Orchid. HEX triplet: 97, 19 and CC. RGB value is (151,25,204). Sum of RGB (Red+Green+Blue) = 151+25+204=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #9719CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9719CC is #68E633. Grayscale: #525252. Windows color (decimal): -6874676 or 13375895. OLE color: 13375895.

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

Color convert

RGB 151 25 204 -
CMYK 0.26 0.88 0 0.2
HSL 282.23º 0.78% 0.45% -
HSV(B) 282.23º 0.88% 0.8% -
XYZ 24.01 11.63 58.11 -
YUV 83.08 196.24 176.45 -
System Red Green Blue C M Y K H S L
Decimal 151 25 204 0.26 0.88 0 0.2 282.23 0.78 0.45
Hex 97 19 CC 1A 58 0 14 11A 4E 2D
Octal 227 31 314 32 130 0 24 432 116 55
Binary 10010111 11001 11001100 11010 1011000 0 10100 100011010 1001110 101101

Color Harmonies of #9719CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9719CC

Black with #9719CC

Text Example


Text Example

White with #9719CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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