Html Css Color HEX #CB9DF9 Mauve

📋 copy color: '#CB9DF9'

red 203 ◦ green 157 ◦ blue 249

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

Shades of Mauve #CB9DF9

Tints of Mauve #CB9DF9

RGB

 RED value IS 203 (79.69% from 255) = 33.33%

 GREEN value IS 157 (61.72% from 255) = 25.78%

 BLUE value IS 249 (97.66% from 255) = 40.89%

R = 33.33%
G = 25.78%
B = 40.89%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB9DF9 (or 0xCB9DF9) is known color: Mauve. HEX triplet: CB, 9D and F9. RGB value is (203,157,249). Sum of RGB (Red+Green+Blue) = 203+157+249=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB9DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9DF9 is #346206. Grayscale: #B4B4B4. Windows color (decimal): -3432967 or 16358859. OLE color: 16358859.

HSL color Cylindrical-coordinate representation of color #CB9DF9: hue angle of 270º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB9DF9 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 157 249 -
CMYK 0.18 0.37 0 0.02
HSL 270º 0.88% 0.8% -
HSV(B) 270º 0.37% 0.98% -
XYZ 53.78 43.65 95.21 -
YUV 181.24 166.24 143.52 -
System Red Green Blue C M Y K H S L
Decimal 203 157 249 0.18 0.37 0 0.02 270 0.88 0.8
Hex CB 9D F9 12 25 0 2 10E 58 50
Octal 313 235 371 22 45 0 2 416 130 120
Binary 11001011 10011101 11111001 10010 100101 0 10 100001110 1011000 1010000

Color Harmonies of #CB9DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9DF9

Black with #CB9DF9

Text Example


Text Example

White with #CB9DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9DF9; }

 p { color: rgb(203,157,249); }

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

background-color css

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

 a { background-color: rgb(203,157,249); }

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

border-color css

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

 span { border-color: rgb(203,157,249); }

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