Html Css Color HEX #9819CF Dark Orchid

📋 copy color: '#9819CF'

red 152 ◦ green 25 ◦ blue 207

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

Shades of Dark Orchid #9819CF

Tints of Dark Orchid #9819CF

RGB

 RED value IS 152 (59.77% from 255) = 39.58%

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

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

R = 39.58%
G = 6.51%
B = 53.91%

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

#9819CF (or 0x9819CF) is known color: Dark Orchid. HEX triplet: 98, 19 and CF. RGB value is (152,25,207). Sum of RGB (Red+Green+Blue) = 152+25+207=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #9819CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9819CF is #67E630. Grayscale: #535353. Windows color (decimal): -6809137 or 13572504. OLE color: 13572504.

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

Color convert

RGB 152 25 207 -
CMYK 0.27 0.88 0 0.19
HSL 281.87º 0.78% 0.45% -
HSV(B) 281.87º 0.88% 0.81% -
XYZ 24.56 11.88 60.03 -
YUV 83.72 197.58 176.7 -
System Red Green Blue C M Y K H S L
Decimal 152 25 207 0.27 0.88 0 0.19 281.87 0.78 0.45
Hex 98 19 CF 1B 58 0 13 11A 4E 2D
Octal 230 31 317 33 130 0 23 432 116 55
Binary 10011000 11001 11001111 11011 1011000 0 10011 100011010 1001110 101101

Color Harmonies of #9819CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9819CF

Black with #9819CF

Text Example


Text Example

White with #9819CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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