Html Css Color HEX #9840CF Dark Orchid

📋 copy color: '#9840CF'

red 152 ◦ green 64 ◦ blue 207

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

Shades of Dark Orchid #9840CF

Tints of Dark Orchid #9840CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.13%

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

R = 35.93%
G = 15.13%
B = 48.94%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9840CF (or 0x9840CF) is known color: Dark Orchid. HEX triplet: 98, 40 and CF. RGB value is (152,64,207). Sum of RGB (Red+Green+Blue) = 152+64+207=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #9840CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9840CF is #67BF30. Grayscale: #6A6A6A. Windows color (decimal): -6799153 or 13582488. OLE color: 13582488.

HSL color Cylindrical-coordinate representation of color #9840CF: hue angle of 276.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9840CF is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 64 207 -
CMYK 0.27 0.69 0 0.19
HSL 276.92º 0.6% 0.53% -
HSV(B) 276.92º 0.69% 0.81% -
XYZ 26.04 14.85 60.52 -
YUV 106.61 184.65 160.37 -
System Red Green Blue C M Y K H S L
Decimal 152 64 207 0.27 0.69 0 0.19 276.92 0.6 0.53
Hex 98 40 CF 1B 45 0 13 115 3C 35
Octal 230 100 317 33 105 0 23 425 74 65
Binary 10011000 1000000 11001111 11011 1000101 0 10011 100010101 111100 110101

Color Harmonies of #9840CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9840CF

Black with #9840CF

Text Example


Text Example

White with #9840CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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