Html Css Color HEX #997FCA Cold Purple

📋 copy color: '#997FCA'

red 153 ◦ green 127 ◦ blue 202

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

Shades of Cold Purple #997FCA

Tints of Cold Purple #997FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 26.35%

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

R = 31.74%
G = 26.35%
B = 41.91%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#997FCA (or 0x997FCA) is known color: Cold Purple. HEX triplet: 99, 7F and CA. RGB value is (153,127,202). Sum of RGB (Red+Green+Blue) = 153+127+202=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #997FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FCA is #668035. Grayscale: #8F8F8F. Windows color (decimal): -6717494 or 13270937. OLE color: 13270937.

HSL color Cylindrical-coordinate representation of color #997FCA: hue angle of 260.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #997FCA is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 127 202 -
CMYK 0.24 0.37 0 0.21
HSL 260.8º 0.41% 0.65% -
HSV(B) 260.8º 0.37% 0.79% -
XYZ 31.39 26.22 59.28 -
YUV 143.32 161.11 134.9 -
System Red Green Blue C M Y K H S L
Decimal 153 127 202 0.24 0.37 0 0.21 260.8 0.41 0.65
Hex 99 7F CA 18 25 0 15 105 29 41
Octal 231 177 312 30 45 0 25 405 51 101
Binary 10011001 1111111 11001010 11000 100101 0 10101 100000101 101001 1000001

Color Harmonies of #997FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997FCA

Black with #997FCA

Text Example


Text Example

White with #997FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997FCA; }

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

 H1.HeaderClassName
 {
   color: #997FCA;
 }
 .AnyTagClassName
 {
   color: #997FCA;
 }
</style>

background-color css

<style>
 a { background-color: #997FCA; }

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

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

border-color css

<style>
 span { border-color: #997FCA; }

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

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