Html Css Color HEX #991CCB Dark Orchid

📋 copy color: '#991CCB'

red 153 ◦ green 28 ◦ blue 203

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

Shades of Dark Orchid #991CCB

Tints of Dark Orchid #991CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.29%

 BLUE value IS 203 (79.69% from 255) = 52.86%

R = 39.84%
G = 7.29%
B = 52.86%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#991CCB (or 0x991CCB) is known color: Dark Orchid. HEX triplet: 99, 1C and CB. RGB value is (153,28,203). Sum of RGB (Red+Green+Blue) = 153+28+203=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #991CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991CCB is #66E334. Grayscale: #545454. Windows color (decimal): -6742837 or 13311129. OLE color: 13311129.

HSL color Cylindrical-coordinate representation of color #991CCB: hue angle of 282.86º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991CCB is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 28 203 -
CMYK 0.25 0.86 0 0.20
HSL 282.86º 0.76% 0.45% -
HSV(B) 282.86º 0.86% 0.8% -
XYZ 24.33 11.91 57.52 -
YUV 85.33 194.41 176.27 -
System Red Green Blue C M Y K H S L
Decimal 153 28 203 0.25 0.86 0 0.20 282.86 0.76 0.45
Hex 99 1C CB 19 56 0 14 11B 4C 2D
Octal 231 34 313 31 126 0 24 433 114 55
Binary 10011001 11100 11001011 11001 1010110 0 10100 100011011 1001100 101101

Color Harmonies of #991CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991CCB

Black with #991CCB

Text Example


Text Example

White with #991CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991CCB; }

 p { color: rgb(153,28,203); }

 H1.HeaderClassName
 {
   color: #991CCB;
 }
 .AnyTagClassName
 {
   color: #991CCB;
 }
</style>

background-color css

<style>
 a { background-color: #991CCB; }

 a { background-color: rgb(153,28,203); }

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

border-color css

<style>
 span { border-color: #991CCB; }

 span { border-color: rgb(153,28,203); }

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