Html Css Color HEX #992EFD Blue Violet

📋 copy color: '#992EFD'

red 153 ◦ green 46 ◦ blue 253

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

Shades of Blue Violet #992EFD

Tints of Blue Violet #992EFD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.18%

 BLUE value IS 253 (99.22% from 255) = 55.97%

R = 33.85%
G = 10.18%
B = 55.97%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#992EFD (or 0x992EFD) is known color: Blue Violet. HEX triplet: 99, 2E and FD. RGB value is (153,46,253). Sum of RGB (Red+Green+Blue) = 153+46+253=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #992EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992EFD is #66D102. Grayscale: #646464. Windows color (decimal): -6738179 or 16592537. OLE color: 16592537.

HSL color Cylindrical-coordinate representation of color #992EFD: hue angle of 271.01º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #992EFD is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 46 253 -
CMYK 0.40 0.82 0 0.01
HSL 271.01º 0.98% 0.59% -
HSV(B) 271.01º 0.82% 0.99% -
XYZ 31.84 15.82 94.3 -
YUV 101.59 213.45 164.67 -
System Red Green Blue C M Y K H S L
Decimal 153 46 253 0.40 0.82 0 0.01 271.01 0.98 0.59
Hex 99 2E FD 28 52 0 1 10F 62 3B
Octal 231 56 375 50 122 0 1 417 142 73
Binary 10011001 101110 11111101 101000 1010010 0 1 100001111 1100010 111011

Color Harmonies of #992EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992EFD

Black with #992EFD

Text Example


Text Example

White with #992EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,46,253); }

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

background-color css

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

 a { background-color: rgb(153,46,253); }

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

border-color css

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

 span { border-color: rgb(153,46,253); }

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