Html Css Color HEX #9934DC Dark Orchid

📋 copy color: '#9934DC'

red 153 ◦ green 52 ◦ blue 220

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

Shades of Dark Orchid #9934DC

Tints of Dark Orchid #9934DC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.24%

 BLUE value IS 220 (86.33% from 255) = 51.76%

R = 36%
G = 12.24%
B = 51.76%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9934DC (or 0x9934DC) is known color: Dark Orchid. HEX triplet: 99, 34 and DC. RGB value is (153,52,220). Sum of RGB (Red+Green+Blue) = 153+52+220=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #9934DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9934DC is #66CB23. Grayscale: #646464. Windows color (decimal): -6736676 or 14431385. OLE color: 14431385.

HSL color Cylindrical-coordinate representation of color #9934DC: hue angle of 276.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9934DC is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 52 220 -
CMYK 0.30 0.76 0 0.14
HSL 276.07º 0.71% 0.53% -
HSV(B) 276.07º 0.76% 0.86% -
XYZ 27.28 14.4 69.05 -
YUV 101.35 194.96 164.84 -
System Red Green Blue C M Y K H S L
Decimal 153 52 220 0.30 0.76 0 0.14 276.07 0.71 0.53
Hex 99 34 DC 1E 4C 0 E 114 47 35
Octal 231 64 334 36 114 0 16 424 107 65
Binary 10011001 110100 11011100 11110 1001100 0 1110 100010100 1000111 110101

Color Harmonies of #9934DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9934DC

Black with #9934DC

Text Example


Text Example

White with #9934DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9934DC; }

 p { color: rgb(153,52,220); }

 H1.HeaderClassName
 {
   color: #9934DC;
 }
 .AnyTagClassName
 {
   color: #9934DC;
 }
</style>

background-color css

<style>
 a { background-color: #9934DC; }

 a { background-color: rgb(153,52,220); }

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

border-color css

<style>
 span { border-color: #9934DC; }

 span { border-color: rgb(153,52,220); }

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