Html Css Color HEX #9538FF Blue Violet

📋 copy color: '#9538FF'

red 149 ◦ green 56 ◦ blue 255

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

Shades of Blue Violet #9538FF

Tints of Blue Violet #9538FF

RGB

 RED value IS 149 (58.59% from 255) = 32.39%

 GREEN value IS 56 (22.27% from 255) = 12.17%

 BLUE value IS 255 (100% from 255) = 55.43%

R = 32.39%
G = 12.17%
B = 55.43%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9538FF (or 0x9538FF) is known color: Blue Violet. HEX triplet: 95, 38 and FF. RGB value is (149,56,255). Sum of RGB (Red+Green+Blue) = 149+56+255=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #9538FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9538FF is #6AC700. Grayscale: #696969. Windows color (decimal): -6997761 or 16726165. OLE color: 16726165.

HSL color Cylindrical-coordinate representation of color #9538FF: hue angle of 268.04º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9538FF is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 56 255 -
CMYK 0.42 0.78 0 0
HSL 268.04º 1% 0.61% -
HSV(B) 268.04º 0.78% 1% -
XYZ 31.86 16.44 96.1 -
YUV 106.49 211.81 158.32 -
System Red Green Blue C M Y K H S L
Decimal 149 56 255 0.42 0.78 0 0 268.04 1 0.61
Hex 95 38 FF 2A 4E 0 0 10C 64 3D
Octal 225 70 377 52 116 0 0 414 144 75
Binary 10010101 111000 11111111 101010 1001110 0 0 100001100 1100100 111101

Color Harmonies of #9538FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9538FF

Black with #9538FF

Text Example


Text Example

White with #9538FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9538FF; }

 p { color: rgb(149,56,255); }

 H1.HeaderClassName
 {
   color: #9538FF;
 }
 .AnyTagClassName
 {
   color: #9538FF;
 }
</style>

background-color css

<style>
 a { background-color: #9538FF; }

 a { background-color: rgb(149,56,255); }

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

border-color css

<style>
 span { border-color: #9538FF; }

 span { border-color: rgb(149,56,255); }

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