Html Css Color HEX #9A30EB Blue Violet

📋 copy color: '#9A30EB'

red 154 ◦ green 48 ◦ blue 235

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

Shades of Blue Violet #9A30EB

Tints of Blue Violet #9A30EB

RGB

 RED value IS 154 (60.55% from 255) = 35.24%

 GREEN value IS 48 (19.14% from 255) = 10.98%

 BLUE value IS 235 (92.19% from 255) = 53.78%

R = 35.24%
G = 10.98%
B = 53.78%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9A30EB (or 0x9A30EB) is known color: Blue Violet. HEX triplet: 9A, 30 and EB. RGB value is (154,48,235). Sum of RGB (Red+Green+Blue) = 154+48+235=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A30EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A30EB is #65CF14. Grayscale: #646464. Windows color (decimal): -6672149 or 15413402. OLE color: 15413402.

HSL color Cylindrical-coordinate representation of color #9A30EB: hue angle of 274.01º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A30EB is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 48 235 -
CMYK 0.34 0.80 0 0.08
HSL 274.01º 0.82% 0.55% -
HSV(B) 274.01º 0.8% 0.92% -
XYZ 29.38 14.98 79.94 -
YUV 101.01 203.62 165.79 -
System Red Green Blue C M Y K H S L
Decimal 154 48 235 0.34 0.80 0 0.08 274.01 0.82 0.55
Hex 9A 30 EB 22 50 0 8 112 52 37
Octal 232 60 353 42 120 0 10 422 122 67
Binary 10011010 110000 11101011 100010 1010000 0 1000 100010010 1010010 110111

Color Harmonies of #9A30EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A30EB

Black with #9A30EB

Text Example


Text Example

White with #9A30EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A30EB; }

 p { color: rgb(154,48,235); }

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

background-color css

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

 a { background-color: rgb(154,48,235); }

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

border-color css

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

 span { border-color: rgb(154,48,235); }

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