Html Css Color HEX #8B75CD True V

📋 copy color: '#8B75CD'

red 139 ◦ green 117 ◦ blue 205

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

Shades of True V #8B75CD

Tints of True V #8B75CD

RGB

 RED value IS 139 (54.69% from 255) = 30.15%

 GREEN value IS 117 (46.09% from 255) = 25.38%

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 30.15%
G = 25.38%
B = 44.47%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B75CD (or 0x8B75CD) is known color: True V. HEX triplet: 8B, 75 and CD. RGB value is (139,117,205). Sum of RGB (Red+Green+Blue) = 139+117+205=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B75CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B75CD is #748A32. Grayscale: #858585. Windows color (decimal): -7637555 or 13464971. OLE color: 13464971.

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

Color convert

RGB 139 117 205 -
CMYK 0.32 0.43 0 0.20
HSL 255º 0.47% 0.63% -
HSV(B) 255º 0.43% 0.8% -
XYZ 28.03 22.62 60.65 -
YUV 133.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 139 117 205 0.32 0.43 0 0.20 255 0.47 0.63
Hex 8B 75 CD 20 2B 0 14 FF 2F 3F
Octal 213 165 315 40 53 0 24 377 57 77
Binary 10001011 1110101 11001101 100000 101011 0 10100 11111111 101111 111111

Color Harmonies of #8B75CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B75CD

Black with #8B75CD

Text Example


Text Example

White with #8B75CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,117,205); }

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

background-color css

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

 a { background-color: rgb(139,117,205); }

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

border-color css

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

 span { border-color: rgb(139,117,205); }

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