Html Css Color HEX #9538EE Blue Violet

📋 copy color: '#9538EE'

red 149 ◦ green 56 ◦ blue 238

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

Shades of Blue Violet #9538EE

Tints of Blue Violet #9538EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.72%

R = 33.63%
G = 12.64%
B = 53.72%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9538EE (or 0x9538EE) is known color: Blue Violet. HEX triplet: 95, 38 and EE. RGB value is (149,56,238). Sum of RGB (Red+Green+Blue) = 149+56+238=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #9538EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9538EE is #6AC711. Grayscale: #676767. Windows color (decimal): -6997778 or 15612053. OLE color: 15612053.

HSL color Cylindrical-coordinate representation of color #9538EE: hue angle of 270.66º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9538EE is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 56 238 -
CMYK 0.37 0.76 0 0.07
HSL 270.66º 0.84% 0.58% -
HSV(B) 270.66º 0.76% 0.93% -
XYZ 29.24 15.39 82.32 -
YUV 104.56 203.31 159.7 -
System Red Green Blue C M Y K H S L
Decimal 149 56 238 0.37 0.76 0 0.07 270.66 0.84 0.58
Hex 95 38 EE 25 4C 0 7 10F 54 3A
Octal 225 70 356 45 114 0 7 417 124 72
Binary 10010101 111000 11101110 100101 1001100 0 111 100001111 1010100 111010

Color Harmonies of #9538EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9538EE

Black with #9538EE

Text Example


Text Example

White with #9538EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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