Html Css Color HEX #9920CF Dark Orchid

📋 copy color: '#9920CF'

red 153 ◦ green 32 ◦ blue 207

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

Shades of Dark Orchid #9920CF

Tints of Dark Orchid #9920CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.16%

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

R = 39.03%
G = 8.16%
B = 52.81%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9920CF (or 0x9920CF) is known color: Dark Orchid. HEX triplet: 99, 20 and CF. RGB value is (153,32,207). Sum of RGB (Red+Green+Blue) = 153+32+207=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #9920CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9920CF is #66DF30. Grayscale: #575757. Windows color (decimal): -6741809 or 13574297. OLE color: 13574297.

HSL color Cylindrical-coordinate representation of color #9920CF: hue angle of 281.49º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9920CF is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 32 207 -
CMYK 0.26 0.85 0 0.19
HSL 281.49º 0.73% 0.47% -
HSV(B) 281.49º 0.85% 0.81% -
XYZ 24.92 12.31 60.09 -
YUV 88.13 195.09 174.27 -
System Red Green Blue C M Y K H S L
Decimal 153 32 207 0.26 0.85 0 0.19 281.49 0.73 0.47
Hex 99 20 CF 1A 55 0 13 119 49 2F
Octal 231 40 317 32 125 0 23 431 111 57
Binary 10011001 100000 11001111 11010 1010101 0 10011 100011001 1001001 101111

Color Harmonies of #9920CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9920CF

Black with #9920CF

Text Example


Text Example

White with #9920CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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