Html Css Color HEX #9719CA Dark Orchid

📋 copy color: '#9719CA'

red 151 ◦ green 25 ◦ blue 202

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

Shades of Dark Orchid #9719CA

Tints of Dark Orchid #9719CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.44%

R = 39.95%
G = 6.61%
B = 53.44%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9719CA (or 0x9719CA) is known color: Dark Orchid. HEX triplet: 97, 19 and CA. RGB value is (151,25,202). Sum of RGB (Red+Green+Blue) = 151+25+202=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #9719CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9719CA is #68E635. Grayscale: #525252. Windows color (decimal): -6874678 or 13244823. OLE color: 13244823.

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

Color convert

RGB 151 25 202 -
CMYK 0.25 0.88 0 0.21
HSL 282.71º 0.78% 0.45% -
HSV(B) 282.71º 0.88% 0.79% -
XYZ 23.77 11.54 56.85 -
YUV 82.85 195.24 176.61 -
System Red Green Blue C M Y K H S L
Decimal 151 25 202 0.25 0.88 0 0.21 282.71 0.78 0.45
Hex 97 19 CA 19 58 0 15 11B 4E 2D
Octal 227 31 312 31 130 0 25 433 116 55
Binary 10010111 11001 11001010 11001 1011000 0 10101 100011011 1001110 101101

Color Harmonies of #9719CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9719CA

Black with #9719CA

Text Example


Text Example

White with #9719CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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