Html Css Color HEX #993AFD Blue Violet

📋 copy color: '#993AFD'

red 153 ◦ green 58 ◦ blue 253

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

Shades of Blue Violet #993AFD

Tints of Blue Violet #993AFD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.5%

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

R = 32.97%
G = 12.5%
B = 54.53%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#993AFD (or 0x993AFD) is known color: Blue Violet. HEX triplet: 99, 3A and FD. RGB value is (153,58,253). Sum of RGB (Red+Green+Blue) = 153+58+253=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #993AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993AFD is #66C502. Grayscale: #6B6B6B. Windows color (decimal): -6735107 or 16595609. OLE color: 16595609.

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

Color convert

RGB 153 58 253 -
CMYK 0.40 0.77 0 0.01
HSL 269.23º 0.98% 0.61% -
HSV(B) 269.23º 0.77% 0.99% -
XYZ 32.38 16.89 94.48 -
YUV 108.64 209.47 159.64 -
System Red Green Blue C M Y K H S L
Decimal 153 58 253 0.40 0.77 0 0.01 269.23 0.98 0.61
Hex 99 3A FD 28 4D 0 1 10D 62 3D
Octal 231 72 375 50 115 0 1 415 142 75
Binary 10011001 111010 11111101 101000 1001101 0 1 100001101 1100010 111101

Color Harmonies of #993AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993AFD

Black with #993AFD

Text Example


Text Example

White with #993AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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