Html Css Color HEX #9919CF Dark Orchid

📋 copy color: '#9919CF'

red 153 ◦ green 25 ◦ blue 207

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

Shades of Dark Orchid #9919CF

Tints of Dark Orchid #9919CF

RGB

 RED value IS 153 (60.16% from 255) = 39.74%

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

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 39.74%
G = 6.49%
B = 53.77%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9919CF (or 0x9919CF) is known color: Dark Orchid. HEX triplet: 99, 19 and CF. RGB value is (153,25,207). Sum of RGB (Red+Green+Blue) = 153+25+207=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #9919CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9919CF is #66E630. Grayscale: #535353. Windows color (decimal): -6743601 or 13572505. OLE color: 13572505.

HSL color Cylindrical-coordinate representation of color #9919CF: hue angle of 282.2º 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 #9919CF is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 25 207 -
CMYK 0.26 0.88 0 0.19
HSL 282.2º 0.78% 0.45% -
HSV(B) 282.2º 0.88% 0.81% -
XYZ 24.75 11.97 60.04 -
YUV 84.02 197.41 177.2 -
System Red Green Blue C M Y K H S L
Decimal 153 25 207 0.26 0.88 0 0.19 282.2 0.78 0.45
Hex 99 19 CF 1A 58 0 13 11A 4E 2D
Octal 231 31 317 32 130 0 23 432 116 55
Binary 10011001 11001 11001111 11010 1011000 0 10011 100011010 1001110 101101

Color Harmonies of #9919CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9919CF

Black with #9919CF

Text Example


Text Example

White with #9919CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9919CF; }

 p { color: rgb(153,25,207); }

 H1.HeaderClassName
 {
   color: #9919CF;
 }
 .AnyTagClassName
 {
   color: #9919CF;
 }
</style>

background-color css

<style>
 a { background-color: #9919CF; }

 a { background-color: rgb(153,25,207); }

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

border-color css

<style>
 span { border-color: #9919CF; }

 span { border-color: rgb(153,25,207); }

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