Html Css Color HEX #8A35FF Blue Violet

📋 copy color: '#8A35FF'

red 138 ◦ green 53 ◦ blue 255

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

Shades of Blue Violet #8A35FF

Tints of Blue Violet #8A35FF

RGB

 RED value IS 138 (54.3% from 255) = 30.94%

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

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

R = 30.94%
G = 11.88%
B = 57.17%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8A35FF (or 0x8A35FF) is known color: Blue Violet. HEX triplet: 8A, 35 and FF. RGB value is (138,53,255). Sum of RGB (Red+Green+Blue) = 138+53+255=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A35FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A35FF is #75CA00. Grayscale: #646464. Windows color (decimal): -7719425 or 16725386. OLE color: 16725386.

HSL color Cylindrical-coordinate representation of color #8A35FF: hue angle of 265.25º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A35FF is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 138 53 255 -
CMYK 0.46 0.79 0 0
HSL 265.25º 1% 0.6% -
HSV(B) 265.25º 0.79% 1% -
XYZ 29.8 15.17 95.96 -
YUV 101.44 214.66 154.07 -
System Red Green Blue C M Y K H S L
Decimal 138 53 255 0.46 0.79 0 0 265.25 1 0.6
Hex 8A 35 FF 2E 4F 0 0 109 64 3C
Octal 212 65 377 56 117 0 0 411 144 74
Binary 10001010 110101 11111111 101110 1001111 0 0 100001001 1100100 111100

Color Harmonies of #8A35FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A35FF

Black with #8A35FF

Text Example


Text Example

White with #8A35FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A35FF; }

 p { color: rgb(138,53,255); }

 H1.HeaderClassName
 {
   color: #8A35FF;
 }
 .AnyTagClassName
 {
   color: #8A35FF;
 }
</style>

background-color css

<style>
 a { background-color: #8A35FF; }

 a { background-color: rgb(138,53,255); }

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

border-color css

<style>
 span { border-color: #8A35FF; }

 span { border-color: rgb(138,53,255); }

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