Html Css Color HEX #8A62CB True V

📋 copy color: '#8A62CB'

red 138 ◦ green 98 ◦ blue 203

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

Shades of True V #8A62CB

Tints of True V #8A62CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.32%

 BLUE value IS 203 (79.69% from 255) = 46.24%

R = 31.44%
G = 22.32%
B = 46.24%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A62CB (or 0x8A62CB) is known color: True V. HEX triplet: 8A, 62 and CB. RGB value is (138,98,203). Sum of RGB (Red+Green+Blue) = 138+98+203=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A62CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A62CB is #759D34. Grayscale: #797979. Windows color (decimal): -7707957 or 13329034. OLE color: 13329034.

HSL color Cylindrical-coordinate representation of color #8A62CB: hue angle of 262.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A62CB is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 98 203 -
CMYK 0.32 0.52 0 0.20
HSL 262.86º 0.5% 0.59% -
HSV(B) 262.86º 0.52% 0.8% -
XYZ 25.63 18.45 58.71 -
YUV 121.93 173.75 139.46 -
System Red Green Blue C M Y K H S L
Decimal 138 98 203 0.32 0.52 0 0.20 262.86 0.5 0.59
Hex 8A 62 CB 20 34 0 14 107 32 3B
Octal 212 142 313 40 64 0 24 407 62 73
Binary 10001010 1100010 11001011 100000 110100 0 10100 100000111 110010 111011

Color Harmonies of #8A62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A62CB

Black with #8A62CB

Text Example


Text Example

White with #8A62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,98,203); }

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

background-color css

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

 a { background-color: rgb(138,98,203); }

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

border-color css

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

 span { border-color: rgb(138,98,203); }

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