Html Css Color HEX #9A35E4 Blue Violet

📋 copy color: '#9A35E4'

red 154 ◦ green 53 ◦ blue 228

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

Shades of Blue Violet #9A35E4

Tints of Blue Violet #9A35E4

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.18%

 BLUE value IS 228 (89.45% from 255) = 52.41%

R = 35.4%
G = 12.18%
B = 52.41%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9A35E4 (or 0x9A35E4) is known color: Blue Violet. HEX triplet: 9A, 35 and E4. RGB value is (154,53,228). Sum of RGB (Red+Green+Blue) = 154+53+228=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 228 (89.45% from 255 or 52.41% from 435); Max value from RGB is 228 - color contains mainly: blue. Hex color #9A35E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A35E4 is #65CA1B. Grayscale: #666666. Windows color (decimal): -6670876 or 14955930. OLE color: 14955930.

HSL color Cylindrical-coordinate representation of color #9A35E4: hue angle of 274.63º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A35E4 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 154 53 228 -
CMYK 0.32 0.77 0 0.11
HSL 274.63º 0.76% 0.55% -
HSV(B) 274.63º 0.77% 0.89% -
XYZ 28.6 15.02 74.79 -
YUV 103.15 198.46 164.27 -
System Red Green Blue C M Y K H S L
Decimal 154 53 228 0.32 0.77 0 0.11 274.63 0.76 0.55
Hex 9A 35 E4 20 4D 0 B 113 4C 37
Octal 232 65 344 40 115 0 13 423 114 67
Binary 10011010 110101 11100100 100000 1001101 0 1011 100010011 1001100 110111

Color Harmonies of #9A35E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A35E4

Black with #9A35E4

Text Example


Text Example

White with #9A35E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,53,228); }

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

background-color css

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

 a { background-color: rgb(154,53,228); }

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

border-color css

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

 span { border-color: rgb(154,53,228); }

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