Html Css Color HEX #C09BF9 Perfume

📋 copy color: '#C09BF9'

red 192 ◦ green 155 ◦ blue 249

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

Shades of Perfume #C09BF9

Tints of Perfume #C09BF9

RGB

 RED value IS 192 (75.39% from 255) = 32.21%

 GREEN value IS 155 (60.94% from 255) = 26.01%

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

R = 32.21%
G = 26.01%
B = 41.78%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C09BF9 (or 0xC09BF9) is known color: Perfume. HEX triplet: C0, 9B and F9. RGB value is (192,155,249). Sum of RGB (Red+Green+Blue) = 192+155+249=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #C09BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09BF9 is #3F6406. Grayscale: #B0B0B0. Windows color (decimal): -4154375 or 16358336. OLE color: 16358336.

HSL color Cylindrical-coordinate representation of color #C09BF9: hue angle of 263.62º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C09BF9 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 155 249 -
CMYK 0.23 0.38 0 0.02
HSL 263.62º 0.89% 0.79% -
HSV(B) 263.62º 0.38% 0.98% -
XYZ 50.56 41.49 94.97 -
YUV 176.78 168.76 138.86 -
System Red Green Blue C M Y K H S L
Decimal 192 155 249 0.23 0.38 0 0.02 263.62 0.89 0.79
Hex C0 9B F9 17 26 0 2 108 59 4F
Octal 300 233 371 27 46 0 2 410 131 117
Binary 11000000 10011011 11111001 10111 100110 0 10 100001000 1011001 1001111

Color Harmonies of #C09BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09BF9

Black with #C09BF9

Text Example


Text Example

White with #C09BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09BF9; }

 p { color: rgb(192,155,249); }

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

background-color css

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

 a { background-color: rgb(192,155,249); }

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

border-color css

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

 span { border-color: rgb(192,155,249); }

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