Html Css Color HEX #992BED Blue Violet

📋 copy color: '#992BED'

red 153 ◦ green 43 ◦ blue 237

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

Shades of Blue Violet #992BED

Tints of Blue Violet #992BED

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.93%

 BLUE value IS 237 (92.97% from 255) = 54.73%

R = 35.33%
G = 9.93%
B = 54.73%

CMYK

 C value IS 0.35

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#992BED (or 0x992BED) is known color: Blue Violet. HEX triplet: 99, 2B and ED. RGB value is (153,43,237). Sum of RGB (Red+Green+Blue) = 153+43+237=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #992BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992BED is #66D412. Grayscale: #616161. Windows color (decimal): -6738963 or 15543193. OLE color: 15543193.

HSL color Cylindrical-coordinate representation of color #992BED: hue angle of 274.02º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #992BED is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 43 237 -
CMYK 0.35 0.82 0 0.07
HSL 274.02º 0.84% 0.55% -
HSV(B) 274.02º 0.82% 0.93% -
XYZ 29.29 14.61 81.4 -
YUV 98.01 206.44 167.23 -
System Red Green Blue C M Y K H S L
Decimal 153 43 237 0.35 0.82 0 0.07 274.02 0.84 0.55
Hex 99 2B ED 23 52 0 7 112 54 37
Octal 231 53 355 43 122 0 7 422 124 67
Binary 10011001 101011 11101101 100011 1010010 0 111 100010010 1010100 110111

Color Harmonies of #992BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992BED

Black with #992BED

Text Example


Text Example

White with #992BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,43,237); }

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

background-color css

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

 a { background-color: rgb(153,43,237); }

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

border-color css

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

 span { border-color: rgb(153,43,237); }

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