Html Css Color HEX #992BAF Dark Orchid

📋 copy color: '#992BAF'

red 153 ◦ green 43 ◦ blue 175

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

Shades of Dark Orchid #992BAF

Tints of Dark Orchid #992BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.59%

 BLUE value IS 175 (68.75% from 255) = 47.17%

R = 41.24%
G = 11.59%
B = 47.17%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#992BAF (or 0x992BAF) is known color: Dark Orchid. HEX triplet: 99, 2B and AF. RGB value is (153,43,175). Sum of RGB (Red+Green+Blue) = 153+43+175=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #992BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992BAF is #66D450. Grayscale: #5A5A5A. Windows color (decimal): -6739025 or 11479961. OLE color: 11479961.

HSL color Cylindrical-coordinate representation of color #992BAF: hue angle of 290º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992BAF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 43 175 -
CMYK 0.13 0.75 0 0.31
HSL 290º 0.61% 0.43% -
HSV(B) 290º 0.75% 0.69% -
XYZ 21.74 11.6 41.65 -
YUV 90.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 153 43 175 0.13 0.75 0 0.31 290 0.61 0.43
Hex 99 2B AF D 4B 0 1F 122 3D 2B
Octal 231 53 257 15 113 0 37 442 75 53
Binary 10011001 101011 10101111 1101 1001011 0 11111 100100010 111101 101011

Color Harmonies of #992BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992BAF

Black with #992BAF

Text Example


Text Example

White with #992BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,43,175); }

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

background-color css

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

 a { background-color: rgb(153,43,175); }

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

border-color css

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

 span { border-color: rgb(153,43,175); }

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