Html Css Color HEX #992CF1 Blue Violet

📋 copy color: '#992CF1'

red 153 ◦ green 44 ◦ blue 241

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

Shades of Blue Violet #992CF1

Tints of Blue Violet #992CF1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.05%

 BLUE value IS 241 (94.53% from 255) = 55.02%

R = 34.93%
G = 10.05%
B = 55.02%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#992CF1 (or 0x992CF1) is known color: Blue Violet. HEX triplet: 99, 2C and F1. RGB value is (153,44,241). Sum of RGB (Red+Green+Blue) = 153+44+241=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #992CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992CF1 is #66D30E. Grayscale: #626262. Windows color (decimal): -6738703 or 15805593. OLE color: 15805593.

HSL color Cylindrical-coordinate representation of color #992CF1: hue angle of 273.2º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #992CF1 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 44 241 -
CMYK 0.37 0.82 0 0.05
HSL 273.2º 0.88% 0.56% -
HSV(B) 273.2º 0.82% 0.95% -
XYZ 29.91 14.92 84.52 -
YUV 99.05 208.11 166.48 -
System Red Green Blue C M Y K H S L
Decimal 153 44 241 0.37 0.82 0 0.05 273.2 0.88 0.56
Hex 99 2C F1 25 52 0 5 111 58 38
Octal 231 54 361 45 122 0 5 421 130 70
Binary 10011001 101100 11110001 100101 1010010 0 101 100010001 1011000 111000

Color Harmonies of #992CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992CF1

Black with #992CF1

Text Example


Text Example

White with #992CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992CF1; }

 p { color: rgb(153,44,241); }

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

background-color css

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

 a { background-color: rgb(153,44,241); }

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

border-color css

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

 span { border-color: rgb(153,44,241); }

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