Html Css Color HEX #992FDA Dark Orchid

📋 copy color: '#992FDA'

red 153 ◦ green 47 ◦ blue 218

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

Shades of Dark Orchid #992FDA

Tints of Dark Orchid #992FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.24%

 BLUE value IS 218 (85.55% from 255) = 52.15%

R = 36.6%
G = 11.24%
B = 52.15%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#992FDA (or 0x992FDA) is known color: Dark Orchid. HEX triplet: 99, 2F and DA. RGB value is (153,47,218). Sum of RGB (Red+Green+Blue) = 153+47+218=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #992FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992FDA is #66D025. Grayscale: #616161. Windows color (decimal): -6737958 or 14299033. OLE color: 14299033.

HSL color Cylindrical-coordinate representation of color #992FDA: hue angle of 277.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992FDA is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 47 218 -
CMYK 0.30 0.78 0 0.15
HSL 277.19º 0.7% 0.52% -
HSV(B) 277.19º 0.78% 0.85% -
XYZ 26.81 13.87 67.59 -
YUV 98.19 195.62 167.1 -
System Red Green Blue C M Y K H S L
Decimal 153 47 218 0.30 0.78 0 0.15 277.19 0.7 0.52
Hex 99 2F DA 1E 4E 0 F 115 46 34
Octal 231 57 332 36 116 0 17 425 106 64
Binary 10011001 101111 11011010 11110 1001110 0 1111 100010101 1000110 110100

Color Harmonies of #992FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992FDA

Black with #992FDA

Text Example


Text Example

White with #992FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992FDA; }

 p { color: rgb(153,47,218); }

 H1.HeaderClassName
 {
   color: #992FDA;
 }
 .AnyTagClassName
 {
   color: #992FDA;
 }
</style>

background-color css

<style>
 a { background-color: #992FDA; }

 a { background-color: rgb(153,47,218); }

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

border-color css

<style>
 span { border-color: #992FDA; }

 span { border-color: rgb(153,47,218); }

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