Html Css Color HEX #9934CA Dark Orchid

📋 copy color: '#9934CA'

red 153 ◦ green 52 ◦ blue 202

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

Shades of Dark Orchid #9934CA

Tints of Dark Orchid #9934CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.63%

R = 37.59%
G = 12.78%
B = 49.63%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9934CA (or 0x9934CA) is known color: Dark Orchid. HEX triplet: 99, 34 and CA. RGB value is (153,52,202). Sum of RGB (Red+Green+Blue) = 153+52+202=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #9934CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9934CA is #66CB35. Grayscale: #626262. Windows color (decimal): -6736694 or 13251737. OLE color: 13251737.

HSL color Cylindrical-coordinate representation of color #9934CA: hue angle of 280.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9934CA is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 52 202 -
CMYK 0.24 0.74 0 0.21
HSL 280.4º 0.59% 0.5% -
HSV(B) 280.4º 0.74% 0.79% -
XYZ 25.03 13.49 57.16 -
YUV 99.3 185.96 166.3 -
System Red Green Blue C M Y K H S L
Decimal 153 52 202 0.24 0.74 0 0.21 280.4 0.59 0.5
Hex 99 34 CA 18 4A 0 15 118 3B 32
Octal 231 64 312 30 112 0 25 430 73 62
Binary 10011001 110100 11001010 11000 1001010 0 10101 100011000 111011 110010

Color Harmonies of #9934CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9934CA

Black with #9934CA

Text Example


Text Example

White with #9934CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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