Html Css Color HEX #991CCF Dark Orchid

📋 copy color: '#991CCF'

red 153 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #991CCF

Tints of Dark Orchid #991CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.35%

R = 39.43%
G = 7.22%
B = 53.35%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#991CCF (or 0x991CCF) is known color: Dark Orchid. HEX triplet: 99, 1C and CF. RGB value is (153,28,207). Sum of RGB (Red+Green+Blue) = 153+28+207=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #991CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991CCF is #66E330. Grayscale: #555555. Windows color (decimal): -6742833 or 13573273. OLE color: 13573273.

HSL color Cylindrical-coordinate representation of color #991CCF: hue angle of 281.9º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991CCF is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 28 207 -
CMYK 0.26 0.86 0 0.19
HSL 281.9º 0.76% 0.46% -
HSV(B) 281.9º 0.86% 0.81% -
XYZ 24.81 12.11 60.06 -
YUV 85.78 196.41 175.95 -
System Red Green Blue C M Y K H S L
Decimal 153 28 207 0.26 0.86 0 0.19 281.9 0.76 0.46
Hex 99 1C CF 1A 56 0 13 11A 4C 2E
Octal 231 34 317 32 126 0 23 432 114 56
Binary 10011001 11100 11001111 11010 1010110 0 10011 100011010 1001100 101110

Color Harmonies of #991CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991CCF

Black with #991CCF

Text Example


Text Example

White with #991CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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